home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / EMPRESA / visio / Vistdstd / Install / Data.Z / VisioC.H < prev    next >
C/C++ Source or Header  |  1996-09-16  |  806b  |  32 lines

  1. /* VISIOC.H - Visio Automation Dual Interface Declarations
  2.  * Copyright (C) 1996 Visio Corporation. All rights reserved.
  3.  */
  4.  
  5. #ifndef _VISIOC_H
  6. #define _VISIOC_H
  7.  
  8.  
  9. /* Folks using this new file will have no need for using OLD interfaces... */
  10. #define NO_VISIO_41_COMPATIBILITY_LAYER
  11.  
  12. /* Standard headers required before including other OLE interface definitions */
  13. #include <windows.h>
  14. #include <ole2.h>
  15. #if !defined (_WIN32)
  16.     #include <dispatch.h>
  17. #endif
  18.  
  19. /* This forward declares the interfaces found in "visio.h" for the "C" compiler */
  20. #ifndef __cplusplus
  21. #include "vfwddecl.h"
  22. #endif
  23.  
  24. /*    Machine generated dual interface file for Visio's object model */
  25. #include "visio.h"
  26.  
  27. /*    vaoGetObject prototype and VAO_ return codes */
  28. #include "ivisreg.h"
  29.  
  30.  
  31. #endif /* _VISIOC_H */
  32.